From d851a95fc8c8efebaa1751dbacefc359249f62e0 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 20 Apr 2017 01:05:45 +0200 Subject: [PATCH] Add a TODO on the current build failure --- debian/TODO | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 debian/TODO diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 000000000..6c2995ed0 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,22 @@ +The build currently fails with: + +[..] + +# Build final cargo binary and docs +/usr/bin/make +make[2]: Entering directory '/build/cargo-0.17.0' +/usr/bin/rustc -V +rustc 1.15.1 +/build/cargo-0.17.0/cargo-stage0 --version +cargo 0.15.0 (built 2016-11-26) +/build/cargo-0.17.0/cargo-stage0 build --target x86_64-unknown-linux-gnu --manifest-path /build/cargo-0.17.0//Cargo.toml --release --verbose +warning: custom registry support via the `registry.index` configuration is being removed, this functionality will not work in the future + Updating registry `file:///build/cargo-0.17.0/vendor/index` +error: no matching package named `backtrace` found (required by `error-chain`) +location searched: registry file:///build/cargo-0.17.0/vendor/index +version required: * +Makefile:128: recipe for target 'cargo-x86_64-unknown-linux-gnu' failed + +[..] + +We need to fix d/cargo-vendor-pack.py and probably -unpack.py as well -- 2.30.2